﻿:root {
    --blue1: #1e90ff;
    --blue2: #0057B8;
    --blue3: #14316F;
    --blue4: #0091DF;
    --blue5: #006EB8;
  }

.card-container-faq{
    background: #fff;
    /* border-radius: 25px; */
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(44, 59, 137, 0.1);
    padding: 20px 25px;
    transition: 0.2s ease-in;
}

.rotate-2{
    transform: rotate(180deg);
    color: #2c3b89 !important;
    filter: grayscale(100%) brightness(70%) sepia(50%) hue-rotate(182deg) saturate(500%) contrast(1);
}

.content-frecuentes{
    padding: 40px 0;
}
.dropdown{
       /* border: 2px solid #1e90ff; */
       background: #f6fcff;
       border-radius: 10px;
       border: 1px solid #E9F4FA;
       box-shadow: 0 0px 6px 0px rgb(0 0 0 / 9%);
}

.dropdown-toggle
{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.dropdown-toggle:hover{
    cursor: pointer;
}

.dropdownContent{
    position: absolute;
    width: 100%;
    height: auto;    
    border-radius: 8px;
}

.open>.dropdown-menu {
    display: flex;
    flex-direction: column;
}

.texto-contenedor-categorias{
    display: flex;
    flex-direction: column;
    padding: 5px; 
}
 
.texto-contenedor-categorias h5{
    padding:7px;
}

.texto-contenedor-categorias h5:hover{
    cursor: pointer;    
    width: 100%;
    height: auto;      
    background-color: #95ceed;    
        
}

.questions{
    padding-top: 65px;
    /* height: 465px; */
}

.questions .panel-title> a {
    color: var(--blue5) !important;
    text-align: left;
    line-height: 1.2;
}

.questionsIOS .panel-title> a {
    color: var(--blue5) !important;
    text-align: left;
    line-height: 1.2;
}



.titulo-container{
    padding: 0;
}

.questions .panel-default>.panel-heading{
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 15px;
    padding-bottom: 20px; */
}

.questionsSol{
    padding-top: 65px;
    /* height: 465px; */
}

.questionsSol .panel-title> a {
    color: var(--blue5) !important;
    text-align: left;
    line-height: 1.2;
}



.titulo-container{
    padding: 0;
}

.questionsSol .panel-default>.panel-heading{
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 15px;
    padding-bottom: 20px; */
}

 #accordion-preguntas .panel-default>.panel-heading{
    border-bottom: 0;
}

/* .questions#accordion-preguntas .panel-default>.panel-heading h4{
    padding-bottom: 14px !important;
} */

.rotate-2{
    transform: rotate(180deg);
    color: #2c3b89 !important;
    filter: grayscale(100%) brightness(70%) sepia(50%) hue-rotate(182deg) saturate(500%) contrast(1);
}

.icon-flecha{
    margin-right: 20px;
}

.questions .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none !important;    
}

.questions .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body>div{
    font-size: 16px !important; 
}

.questions .titulo h3{
    line-height: 1.1 !important;
    font-size: 32px;
    color: var(--blue5) !important;
    padding-bottom: 15px !important;
}

.questionsSol .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none !important;    
}

.questionsSol .panel-default, .panel-default>.panel-heading+.panel-collapse>.panel-body>div{
    font-size: 16px !important; 
}

.questionsSol .titulo h3{
    line-height: 1.1 !important;
    font-size: 32px;
    color: var(--blue5) !important;
    padding-bottom: 15px !important;
}


.icon-question{
    width: 60px;
    margin-bottom: 15px;
}

#accordion .panel-heading-master .accordion-arrow-toggle:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:not(.collapsed)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:not(.in)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f068";
    float: right;
    color: #0091DF !important;
}

#accordion .panel-heading-master a.accordion-toggle.accordion-arrow-toggle.titulo-podcast:is(.collapsed)::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f067";
    color: #0091DF !important;
}
 
/* sets the link to the width of the entire panel title */
 .panel-title > a {
    display: block;
 }

 .icon-accordion{
     width: 28px;
     margin-right: 5px;
 }

 .texto-contenedor .accordion-title{
     padding: 0;
     color: #006EB8 !important;
     line-height: 1.6 !important;
     margin: 0;
 }

 .texto-pregunta{
     border-bottom: 1px solid #ccc;
     margin-bottom: 20px;
     padding-bottom: 20px;
 }

 .accordion-title{
     color: #006EB8;
     font-size: 22px !important;
 }

 .panel-group .panel-heading:last-child{
    border: 0;
 }

 .texto-pregunta .titulo-pregunta{
     color: #006EB8;
     font-size: 18px !important;
 }

 .texto-pregunta p,
 .texto-pregunta ul>li{
     font-size: 16px !important;
 }

 .questionsli, .questionsul{
     list-style: circle !important;
     list-style-position: inside !important;
 }

 .questionsSolli, .questionsSolul{
    list-style: circle !important;
    list-style-position: inside !important;
}

 .table td, .table th{
     text-align: center;
 }


.contact-info{
    padding-left: 47px;
}

.contact-info ul{
    list-style: auto !important;
}

.contact-info h6{
    color: var(--blue3);
    font-size: 18px;
}

.contact-info ul li{
    color: var(--blue4);
    padding-left: 41px;
    margin-bottom: 15px;
}

.contact-info #list-contact{
    list-style-type: none;
        padding: 0;
        margin: 0;
    
}

.contact-info #list-contact li::before{
    content: '';
    background-image: url("/Pages/es/Content section/nuevo-unete/imagenes/webp/Icon-Phone.webp");
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    left: 63px;
    width: 24px;
    height: 24px;
}

iframe{
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 20px 25px;
}

form h5 {
    font-family: 'VAGRoundedLTProBold';
    font-size: 20px;
    color: #0057B8;
    font-weight: bold;
    text-decoration: none;
}
    
    label.control-label {
    color: #2C3B89;
    font-size: 17px;
    font-weight: 600;
    }
    
    input#txtCompanyName {
    background: rgb(196 208 220 / 20%);
    }
    
    input#SendBtn {
    width: 101%;
    }
    
    .form-control{
    color: #2C3B89;
    }
    
    option {
    color: #2C3B89;
    }
    
    p.text-primary {
    color: #2C3B89 !important;
    }    

    /*Paginacion*/
    .pagination-container{
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-top: 5%;*/
    }

    .pagination-items{
        display: flex;
    }

    .pagination-container span{        
        padding: 8px;
    }

    .pagination-container span:hover{        
        cursor: pointer;
    }

    .pagination-container span>img{
        width: 18px;
    }

    .pagination-container span > .left-arrow{
        transform: rotate(0.25turn);
    }

    .pagination-container span > .right-arrow{
        transform: rotate(-0.25turn);
    }   
/* 
    .pagination-container .pagination-number:first-child{
        line-height: 14;
        padding: 5px 11px;
        font-size: 15px;

    } */

    .pagination-container .pagination-number{
        height: 30px;
        padding: 10px;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 60%;
        border: 0.8px solid #0091DF;
        margin: 9px;
        font-size: 16px;
        font-weight: 800;
        background-color: #E9F4FA;
        color: #0091DF;
        transition: 0.2sease-in-out;
        text-indent: 0 !important;
        margin: 0 2px !important;
        width: 30px !important;
        height: 30px !important;
        border: none;
        border-radius: 100%;
        line-height: 29px;
        color: #0091DF !important;
        background-color: #E9F4FA;
        transition: all 0.25sease;
        border: 2px solid #0091DF;
        font-size: 14px !important;
        font-family: VAGRoundedLTProBold !important;
    }

    .pagination-number.page-active{
        background-color: #0091DF  !important;
        color: #FFF !important; 
     }

    .pagination-container .pagination-number:hover{
       cursor: pointer;
       background-color: #0091DF ;
       color: #FFF; 
    }
   
    @media(max-width:767px){

        .texto-contenedor-categorias{
            height: 451px;
            overflow: scroll;
            scroll-behavior: smooth;
            scrollbar-width: thin;
        }

        .questions.card{
            padding: 20px 15px
        }

        .questions.panel-default>.panel-heading{
            padding: 10px 10px 10px 0;
        }

        .questionsSol.card{
            padding: 20px 15px
        }

        .questionsSol.panel-default>.panel-heading{
            padding: 10px 10px 10px 0;
        }

        /* .pagination-container{
            margin-top: 68%;
         } */

        .pagination-container .pagination-number{
            height: 25px;
            padding: 8px;            
            margin: 5px;
            font-size: 14px;
         }
    }